home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 185
- Top = 441
- Width = 344
- Height = 238
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- Caption = 'TComm Demo'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- Position = poScreenCenter
- OnResize = FormResize
- TextHeight = 16
- object memIn: TMemo
- Left = 0
- Top = 0
- Width = 336
- Height = 89
- Color = clBtnFace
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- TabOrder = 0
- end
- object memOut: TMemo
- Left = 0
- Top = 136
- Width = 336
- Height = 49
- Color = clBtnFace
- Enabled = False
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnKeyPress = memOutKeyPress
- end
- object MainMenu1: TMainMenu
- Left = 259
- Top = 99
- object File1: TMenuItem
- Caption = '&File'
- object Exit1: TMenuItem
- Caption = '&Exit'
- Hint = 'Exit this program'
- OnClick = Exit1Click
- end
- end
- object Port1: TMenuItem
- Caption = '&Port'
- object Configure1: TMenuItem
- Caption = '&Configure...'
- Hint = 'Change serial settings'
- OnClick = Configure1Click
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object Open1: TMenuItem
- Caption = '&Open'
- OnClick = Open1Click
- end
- object Close1: TMenuItem
- Caption = '&Close'
- Enabled = False
- OnClick = Close1Click
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- object About1: TMenuItem
- Caption = '&About...'
- Hint = 'Show information about this app'
- OnClick = About1Click
- end
- end
- end
- object MSComm1: TMSComm
- Port = 2
- BaudRate = br9600
- ParityBits = pbNone
- DataBits = dbEight
- StopBits = sbOne
- FlowControl = fcNone
- TxBufSize = 2048
- RxBufSize = 2048
- RxFullCount = 1024
- TxLowCount = 1024
- Events = []
- OnReceive = MSComm1Receive
- Left = 228
- Top = 100
- end
- end
-